inherit styles

64

@mixin stuff {
  color: red;
}
.foo {
  @include stuff;
} 
.bar {
  @include stuff;
}

Comments

Submit
0 Comments